-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(amazon q): display multiple diff patches #5812
feat(amazon q): display multiple diff patches #5812
Conversation
packages/amazonq/test/unit/amazonqGumby/transformationResultsHandler.test.ts
Outdated
Show resolved
Hide resolved
packages/amazonq/test/unit/amazonqGumby/transformationResultsHandler.test.ts
Outdated
Show resolved
Hide resolved
packages/core/src/amazonqGumby/chat/controller/messenger/messenger.ts
Outdated
Show resolved
Hide resolved
packages/core/src/codewhisperer/service/transformByQ/transformationResultsViewProvider.ts
Outdated
Show resolved
Hide resolved
packages/core/src/codewhisperer/service/transformByQ/transformationResultsViewProvider.ts
Outdated
Show resolved
Hide resolved
packages/core/src/codewhisperer/service/transformByQ/transformationResultsViewProvider.ts
Outdated
Show resolved
Hide resolved
packages/core/src/codewhisperer/service/transformByQ/transformationResultsViewProvider.ts
Outdated
Show resolved
Hide resolved
packages/core/src/codewhisperer/service/transformByQ/transformationResultsViewProvider.ts
Outdated
Show resolved
Hide resolved
packages/core/src/codewhisperer/service/transformByQ/transformationResultsViewProvider.ts
Outdated
Show resolved
Hide resolved
packages/core/src/codewhisperer/service/transformByQ/transformationResultsViewProvider.ts
Outdated
Show resolved
Hide resolved
packages/core/src/codewhisperer/service/transformByQ/transformationResultsViewProvider.ts
Outdated
Show resolved
Hide resolved
packages/amazonq/test/unit/amazonqGumby/transformationResultsHandler.test.ts
Outdated
Show resolved
Hide resolved
packages/amazonq/test/unit/amazonqGumby/transformationResultsHandler.test.ts
Outdated
Show resolved
Hide resolved
196539f
to
2e253bf
Compare
2e253bf
to
b714214
Compare
packages/core/src/codewhisperer/service/transformByQ/transformationResultsViewProvider.ts
Outdated
Show resolved
Hide resolved
b714214
to
3ad9e0d
Compare
|
3ad9e0d
to
b7c99c0
Compare
da35eed
to
75d16a7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deleted changelog because we are going to merge this under a feature flag for now
234639a
to
ee488f6
Compare
@@ -401,6 +408,20 @@ export class GumbyController { | |||
result: MetadataResult.Pass, | |||
}) | |||
this.messenger.sendSkipTestsSelectionMessage(skipTestsSelection, message.tabID) | |||
if (!isSelectiveTransformationReady) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: this is just a feature flag, waiting for our backend work to be ready, will merge with this flag until then
…t patches for selective transformation
…ation assuming current download artifact workflow
…iewing and updated chat messaging with start transformation prompt
…e or multiple diffs
db8a720
to
d6c2229
Compare
const fileAmount = 1 | ||
const workspaceFolder = await createTestWorkspace(fileAmount, { fileContent: '' }) | ||
|
||
await fs.writeFile( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our CI caught this block being duplicated, consider making a function like makeReadme()
. This will not block the PR
adding functionality for selective transformation to allow for java 17 as source and display multiple diff patches for the user to accept/reject